mx35: Remove declaration of non-existing function
authorBenoît Thébaudeau <[email protected]>
Tue, 14 Aug 2012 09:40:02 +0000 (09:40 +0000)
committerAlbert ARIBAUD <[email protected]>
Sat, 1 Sep 2012 12:58:28 +0000 (14:58 +0200)
Signed-off-by: Benoît Thébaudeau <[email protected]>
Cc: Stefano Babic <[email protected]>
Acked-by: Stefano Babic <[email protected]>
arch/arm/include/asm/arch-mx35/sys_proto.h

index 422eb520aa1849ee6241e667b7fe374dedd29ca4..9c0d51321de00159de3c0c7101daf0d6596351c5 100644 (file)
@@ -26,6 +26,5 @@
 
 u32 get_cpu_rev(void);
 #define is_soc_rev(rev)        ((get_cpu_rev() & 0xFF) - rev)
-void sdelay(unsigned long);
 
 #endif